TypeCastException

open class TypeCastException : ClassCastException

Constructors

TypeCastException
Link copied to clipboard
Native
fun TypeCastException()
TypeCastException
Link copied to clipboard
Native
fun TypeCastException(message: String?)

Properties

cause
Link copied to clipboard
Native
open val cause: Throwable?
message
Link copied to clipboard
Native
open val message: String?